home *** CD-ROM | disk | FTP | other *** search
- CALL32nt.pas: Library for Delphi/TPW/BPW to call 32 bit functions
- in Windows NT or Windows 95
-
- Adapted to Pascal by Christian Ghisler, CIS: 100332,1175
- from CALL32.DLL, a DLL for Visual Basic written and placed
- in the Public Domain by Peter Golde.
-
- This unit is placed in the public domain.
- Please feel free to redistribute as you wish.
- No guarantees are made as to its suitability or
- usefulness, and no support can be provided.
-
- CALL32NT.PAS is a Unit that can be used for calling
- routines in 32-bit DLLs on the Microsoft(R) Windows NT(TM)
- and/or Windows 95(TM) operating system. It cannot be used
- on Windows(TM) 3.1, Win32s(TM), or other operating systems.
- Using it, a Delphi, Turbo or Borland Pascal program, running
- in the Win16 subsystem, can declare and call functions in any
- 32-bit DLL (including, but not limited to, the system
- DLLs).
-
- Directories in ZIP file (unzip with pkunzip -d):
-
- root:
- call32nt.pas the unit to call 32 bit functions from Delphi/TPW/BPW
-
- delphi: sample source of a Delphi program calling 32-bit code (exe not incuded)
- tpw-bpw: sample source and exe of a TPW/BPW wincrt program calling 32-bit code
- longname: some 32-bit functions which use long filenames, ready to be called
-